From: Eli Zaretskii Date: Sun, 3 Nov 2019 15:58:31 +0000 (+0200) Subject: ; * src/font.c (Ffont_info): Minor fix of doc string. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~1143 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3c86424a182892db1e0216b9aa7e8389ae6f13de;p=emacs.git ; * src/font.c (Ffont_info): Minor fix of doc string. --- diff --git a/src/font.c b/src/font.c index 156107e5897..8dfbfa0fac6 100644 --- a/src/font.c +++ b/src/font.c @@ -5127,7 +5127,9 @@ where FEATURE is a symbol representing OpenType feature tag. If the font is not an OpenType font, there are no elements - in CAPABILITY except the font format symbol. */) + in CAPABILITY except the font format symbol. + +If the named font cannot be opened and loaded, return nil. */) (Lisp_Object name, Lisp_Object frame) { struct frame *f;